-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix first token whitespace #86
Conversation
Having issues creating a proper ticket -- seems something is fishy with signing up a new account via tickets.puppetlabs.com 🤷 |
I'm not sure an issue is really needed. |
Here is the right place for community tickets these days 😊. |
Small nit. Would it be possible to rebase on main rather than having the merge commit? |
If the token is considered "trailing whitespace" and needs to be deleted, it tries to remove the item from the linked list. However, that doesn't work on the first and last entries. There already is a clause for the last item, just not the first item.
4abf90e
to
d4ec64b
Compare
@ekohl Are you happy with this as a continuation of your work? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, thanks @nwoythal for adding tests.
Continuing work from #83 by adding tests
Resolves #81